home *** CD-ROM | disk | FTP | other *** search
- -- background: 2647 from stack: in
- -- bmap block id: 3113
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=94 right=129 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Experiments
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll right
- go to card "exper"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=135 right=170 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Graphics
- ----- HyperTalk script -----
- on mouseUp
- answer " Nothing to do yet!" with "Sorry"
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=135 top=225 right=267 bottom=184
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve
- go to stack "database-1"
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=17 top=225 right=267 bottom=66
- -- title width / last selected line: 0
- -- icon id / first selected line: 1009 / 1009
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Find
- ----- HyperTalk script -----
- on mouseUp
- sicemfido
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=76 top=225 right=267 bottom=125
- -- title width / last selected line: 0
- -- icon id / first selected line: 1001 / 1001
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Quit
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve slow
- go to card id 12925 in stack "database-1"
- play harpsicord
- visual effect dissolve slow
- go home
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=0 top=178 right=212 bottom=184
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: coming soon
- ----- HyperTalk script -----
- on mouseUp
- set textFont of me to helvetica
- set textSize of me to 14
- set textStyle of me to bold
- answer "Oops, no place to go! Please make another selection." with "Ok"
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=46 top=274 right=316 bottom=95
- -- title width / last selected line: 0
- -- icon id / first selected line: 1020 / 1020
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
- ----- HyperTalk script -----
- on mouseUp
- push card
- visual effect dissolve slow to black
- wait 5
- visual effect dissolve slow
- go to card "help" of stack "database-1"
- end mouseUp
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=106 top=274 right=316 bottom=155
- -- title width / last selected line: 0
- -- icon id / first selected line: 130 / 130
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: go to flow chart
- ----- HyperTalk script -----
- on mouseUp
- visual effect checkerboard slow
- go to card id 12925 of stack "database-1"
- wait 10
- visual effect checkerboard slow
- go to card "flow chart" in stack "database-1"
- end mouseUp
-
-